projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8510b81
)
* indent.c (Fvertical_motion): Fix == vs = typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000
(09:15 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000
(09:15 -0700)
src/ChangeLog
patch
|
blob
|
history
src/indent.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 851f013c3fbd711e7c7cf6922c74da3e9a4d59a2..efaa386b08b3f48084fa54a0102bb33acc91ac6e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ * indent.c (Fvertical_motion): Fix == vs = typo.
+
2011-09-24 Eli Zaretskii <eliz@gnu.org>
* dispnew.c (syms_of_display) <redisplay-dont-pause>: Default
diff --git
a/src/indent.c
b/src/indent.c
index e6629ef5811279e58c7942b28990b8b671cfdda9..a70b7971b961a22dc202851d7cb3c9487eba6861 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-2041,7
+2041,7
@@
whether or not it is currently displayed in some window. */)
it_overshoot_count++;
}
if (!it_overshoot_count)
- it_overshoot_count =
=
-1;
+ it_overshoot_count = -1;
}
else
it_overshoot_count =